body {
    font-family: "Century Gothic", "Microsoft yahei" !important;
    letter-spacing: 2px;
    background:#fff;
	margin: 0px;
	padding: 0px;
}
.content{
	width: 100%;
	margin:0px;
	padding: 0px;
	
}

#slider1{
		height: 400px;
		width: 100%;
		margin: 0px;
		padding: 0px;
		margin-top: 95px;
		transition: all 0.9s ease;
		
	}
	
.slider div{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#slider1 div img{
	max-height: 400px;;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}

.nowrap{
	white-space: nowrap;
	overflow: hidden;
}
a{
	text-decoration:none;
	cursor: pointer;
}
.touming2{
	    background-color: rgba(0, 0, 0, 0.6) !important;
	    width: 100%;
	    display: block;
	}
.touming{
	background-color:#000 !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
	/* -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000',endColorstr='#000');*/
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000',endColorstr='#000'); */
}
#search2{
	border-radius: 5px;
	height: 48px;
	width: 390px;
	border: none;
	background: #eee;
	line-height: 41px;
}
#search-post{
	height: 48px;
	margin-left:-11px;
	border: 1px solid #ccc;
	border-left: none;
	width: 50px;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.substr{
	word-wrap: break-word;word-break: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.tap{
	cursor: pointer;
}
img{
	transition: all 0.9s ease;
}
img:hover{
	transform: scale(1.05);
	
}
@media \0screen\,
screen\9 {
/* 只支持IE6、7、8 */
.touming,.touming2{
    background-color: #000000;
    filter: Alpha(opacity=50);
    position: static;
    /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom: 1;
}